Open
Bug 1923654
Opened 8 months ago
Modify .stylelintignore to be more specific about which asrouter files get ignored
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: hjones, Unassigned)
References
(Blocks 1 open bug)
Details
Starting with the work in bug 1920799 we are beginning to write CSS for styling elements in ASRouter. Previously all styles were written in .scss
files. This meant that all CSS files in that component were generated and therefore not linted.
Given this change this rule in our .stylelintignore
is now too broad as it will prevent newly added CSS files from getting linted. We should modify it so that we're only ignoring the generated CSS files (which may only be ASRouterAdmin.css
).
You need to log in
before you can comment on or make changes to this bug.
Description
•